@font-face {
    font-family: VolvoNovum;
    src: local(VolvoNovum-SemiLight),
      url(/fonts/VolvoNovum-SemiLight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: VolvoNovum;
    src: local(VolvoNovum-Light),
      url(/fonts/VolvoNovum-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: VolvoNovum;
    src: local(VolvoNovum-Medium),
      url(/fonts/VolvoNovum-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
  }
  @font-face {
    font-family: VolvoBroadWeb;
    src: url(/fonts/VolvoBroadWeb.woff) format("woff"),
      url(/fonts/VolvoBroadWeb.eot) format("embedded-opentype"),
      url(/fonts/VolvoBroadWeb.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
  }
body {
    font-family: VolvoNovum;
}

/* Header Styles */

.Volvo-Spreadmark img{
    max-width: 100%;
    max-height: 100%;
}
.Volvo-Spreadmark {
    width: 98px;
    margin-left: 32px;
    height: 64px;
    display: flex;
    align-items: center;
}
.language ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-right: 32px;
    margin-bottom: 0;
}
.language ul li {
    padding-left: 16px;
}
.language a{
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: right;
    color: #141414;
}
.language a:active {
    font-weight: 500;
}
.BG {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;
}


/* Footer */

footer {
    text-align: center;
    background-color: #fafafa;
    padding-bottom: 31px;
}
footer .footer-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-top: 35px;
    margin-top: 0;
}
.footer-nav .footer-link {
    padding: 0 13px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #141414;
    height: 15px;
}
.footer-nav .footer-link a {
    color: #141414;
    text-decoration: none;
}
.footer-nav .footer-link a:hover {
    color: #1c6bba;
}
footer .copyright {
    height: 20px;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #707070;
    padding-bottom: 31px;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    footer {
        padding-bottom: 8px;
    }
    footer .footer-nav ul {
        padding-top: 16px;
        padding-left: 0;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: 0.24px;
        color: #141414;
    }
}


/* Main Banner */

.banner {
    background-image: url(../img/STE_1920x1080.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 100%;
    height: 35vw;
}
.banner .banner-title {
    font-family: VolvoBroadWeb;
    letter-spacing: 0.02em;
    line-height: 1;
    font-size: 4.5rem;
    font-weight: 400;
}
.banner .banner-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner .banner-buttons .banner-button {
    line-height: 22px;
    font-size: 0.875rem;
    padding: 12px 24px;
    align-items: baseline;
    -webkit-box-align: baseline;
    border: 1px solid white;
    border-radius: 4px;
    font-weight: 500;
    margin: 0 5px;
}
.banner .banner-buttons .banner-button:hover {
    background-color: white;
    color: black;
    transition: 300ms;
}
.banner .banner-text {
    padding-top: 3%;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .banner .banner-text {
        padding-top: 0;
    }
    .banner .banner-title {
        font-size: 16px;
    }
    .banner .banner-buttons .banner-button {
        font-size: 14px;
        padding: 5px 10px;
    }
}
@media (max-width: 600px ) {
    .banner {
        background-size: cover;
        height: 150vw;
        background-position: left center;
    }
    .banner .banner-title {
        font-size: 40px;
        margin: 20px;
    }
    .banner .banner-buttons {
        flex-direction: column;
    }
    .banner .banner-buttons .banner-button {
        margin: 10px;
        padding: 10px;
    }
}

/* Form banner */
.main-banner {
    background-image: url(../img/banner.webp) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:  center bottom;
    width: 100%;
    height: 448px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 0 64px;
}
.main-banner .text {
    padding-top: 110px;
}
.main-banner .main-title {
    margin: 0;
    font-size: 56px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.main-banner .main-text {
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    .main-banner {
        height: 202px;
    }
    .main-banner .main-title {
        font-size: 32px;
    }
    .main-banner .main-text {
        font-size: 20px;
    }
    .main-banner .text {
        padding-top: 46px;
    }
}

/* Under Banner Text */
.underbanner-text .under-text {
    width: 53%;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #141414;
    margin: 0 auto;
    padding: 64px 0;
}

@media (max-width: 991.98px) {
    .underbanner-text .under-text {
        width: 100%;
        font-size: 16px;
        padding: 26px 24px;
    }
}

/* Black Section */
.black-section {
    background-color: #141414;
    color: #fff;
    padding: 67px 0;
}
.black-section .title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
    color: #fafafa;
}
.black-section .icons .icon-block {
    width: 20%;
    padding: 0 15px;
}
.black-section .icons {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 27px;
}
.black-section .icons .icon-title {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.black-section .icons .icon-text {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fafafa;
}
@media (max-width: 1440px) {
    .black-section .icons .icon-block {
        width: 25%;
    }
}
@media (max-width: 600px) {
    .black-section .icons {
        flex-direction: column;
        padding-top: 14px;
    }
}
@media (max-width: 991.98px) {
    .black-section {
        padding: 62px 24px 55px 24px;
    }
    .black-section .title {
        font-size: 20px;
    }
    .black-section .icons .icon-block {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .black-section .first_icon {
        padding: 0px 25px 0 0;
    }
    .black-section .icons .icon-title {
        margin: 0;
        padding-top: 6px;
    }
    .black-section .icons .icon-text {
        margin: 0;
        padding-top: 14px;
    }
}


/* FAQ Section */

.accordion {
    padding: 101px 24px 156px 24px;
}
.accordion .accordion-item{
    max-width: 808px;
    margin: 0 auto;
    border-color: #d5d5d5;
    border-left: none;
    border-right: none;
}
.accordion-button {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #141414;
}
.accordion-button:not(.collapsed) {
    color: #141414;
    background: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordion .accordion-body{
    background-color: #fafafa;
    text-align: left;
}
.accordion .accordion-body a {
    color: #1c6bba;
}

@media (max-width: 991.98px) {
    .accordion {
        padding: 58px 24px 58px 24px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .accordion-body {
        font-size: 16px;
    }
}


/* Bottom Text with Scroll */

.bottom-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
}
.bottom-text .scroll-to-top {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.28px;
    text-align: center;
    color: #1c6bba;
    padding: 17px 29px;
    border-radius: 4px;
    border: solid 1px #1c6bba;
    width: 232px;
    height: 48px;
    text-transform: uppercase;
    text-decoration: none;
}
.bottom-text p {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #141414;
    width: 53%;
    padding: 64px 0 35px 0;
}

@media (max-width: 991.98px) {
    .bottom-text p {
        width: 100%;
        padding: 64px 24px 35px 24px;
    }
}

/*Bottom Post */
.main-post{
    padding: 0 17%;
}
.main-post .block {
    display: flex;
    padding: 32px 104px;
    background-color: #fafafa;
    gap: 12%;
    align-items: center;
}
.main-post .block .text {
    padding: 22px 0 22px 0;
}
.main-post .block .text .title {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #141414;
}
.main-post .block .text p {
    margin: 0;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
}
.main-post .block .image img {
    max-width: 496px;
    height: 448px;
}
@media (max-width: 1440px) {
    .main-post .block {
        padding: 32px 0px;
        align-items: center;
        gap: 7%;
    }
    .main-post .block .image{
        width: 55%;
    }
    .main-post .block .image img {
        max-width: -webkit-fill-available;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .main-post {
        width: 100%;
        padding: 0;
    }
    .main-post .block {
        flex-direction: column;
        padding: 64px 24px 43px 24px;
    }
    .main-post .block .image{
        width: 100%;
    }
    .main-post .block .image img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .main-post .block .text {
        padding: 32px 0;
    }
}

/* Carousel */
@media (min-width: 991.99px) {
    #carouselExampleIndicators {
        display: none;
    }
}
@media (max-width: 991.98px) {
    #carouselExampleIndicators {
        display: block;
    }
    .carousel-inner {
        padding: 0 24px;
    }
    .carousel-indicators {
        bottom: -50px;
    }
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        background-color: #141414;
        border-radius: 50%;
    }
    .carousel-item h2 {
        font-size: 20px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #141414;
    }
    .carousel-item p {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #141414;
        padding: 32px 0;
    }
}


/* Three Columns */

.three-columns {
    display: flex;
    padding: 88px 16% 0 16%;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.three-columns .item {
    width: 30%;
}
.three-columns .item h5 {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #141414;
}
.three-columns .item p {
    padding-top: 24px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
}
@media (max-width: 1764px) {
    .three-columns {
        padding: 88px 7% 0 7%;
    }
}
@media (max-width: 1394px) {
    .three-columns {
        padding: 88px 20px 0 20px;
    }
}

@media (max-width: 991.98px) {
    .three-columns{
        display: none;
    }
}

/* Door Page */

.other-sites {
    text-align: center;
    padding: 30px 20px 30px;
    margin-bottom: 15px;
}
.other-sites .title {
    margin-top: 17px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}
.other-sites .links {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.other-sites .links a {
    font-size: 14px;
    text-transform: uppercase;
    color: #1c6bba;
    font-weight: 500;
    padding: 12px 0;
}
.other-sites .links a:hover {
    color: black;
}
.other-sites a:after {
    display: inline-block;
    -webkit-transform: scale(0.6, 1.5); /* Safari and Chrome */
    -moz-transform: scale(0.6, 1.5); /* Firefox */
    -ms-transform: scale(0.6, 1.5); /* IE 9 */
    -o-transform: scale(0.6, 1.5); /* Opera */
    transform: scale(0.6, 1.5); /* W3C */
    content: ">";
    position: relative;
    margin-left: 8px;
    bottom: 1px;
  }

/* Door Page Accordion */

.main-accordion .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    transform: rotate(-90deg);
    margin-right: 15px;
}
.main-accordion .accordion-button::after {
    display: none;
}
.main-accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(0deg);
}
.main-accordion {
    padding-bottom: 80px;
}
.main-accordion .accordion-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 17px;
}
.main-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.125);
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 20px;
}
.main-accordion .accordion-body {
    display: flex;
    max-width: 1280px;
}
.main-accordion .accordion-button {
    padding: 0;
}
.main-accordion .sublinks {
    display: flex;
    flex-direction: column;
}
.main-accordion .accordion-body .column {
    flex: 1 0 21%;
    display: flex;
    flex-direction: column;
}
.main-accordion .accordion-body .column a {
    color: #707070;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
}
.main-accordion .accordion-body .column a:hover {
    text-decoration: underline;
}
